home *** CD-ROM | disk | FTP | other *** search
-
- WhatIs ??? - by Scott Sirovy
-
- Will do simple calculations from DOS. These are the available operators:
-
- Addition +
- Subtraction -
- Multiplication *
- Division /
- Exponentials ^
- Percentages %
-
- Ex:
-
- To multiply 9 by 5, you would type: whatis 9 * 5 <RET>.
- Or to add 25.231 and 32342.59 type: whatis 25.231 + 32342.59 <RET>.